home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / date.z / date
Encoding:
Text File  |  2002-10-03  |  1.7 KB  |  44 lines

  1. DATE(3I)                                              Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      DDAATTEE, JJDDAATTEE - Returns the current date
  6.  
  7. SSYYNNOOPPSSIISS
  8.      DDAATTEE(())
  9.  
  10.      JJDDAATTEE(())
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, IRIX systems
  14.  
  15.      CF90, MIPSpro 7 Fortran 90
  16.  
  17. SSTTAANNDDAARRDDSS
  18.      Fortran extension
  19.  
  20. DDEESSCCRRIIPPTTIIOONN
  21.      DDAATTEE and JJDDAATTEE return the current date.  DDAATTEE returns the current date
  22.      in ASCII _m_m//_d_d//_y_y format.  JJDDAATTEE returns the current Julian day-number
  23.      facsimile in ASCII _y_y_d_d_d format, left-justified and blank-filled.
  24.  
  25.      If called as intrinsic functions, DDAATTEE and JJDDAATTEE do not accept any
  26.      arguments.  The names of these intrinsics cannot be passed as
  27.      arguments.
  28.  
  29. RREETTUURRNN VVAALLUUEESS
  30.      When called as an intrinsic function, the data type of the return
  31.      value depends on your platform.  On UNICOS and UNICOS/mk systems, it
  32.      is of type Boolean.  On IRIX systems, it is of type CCHHAARRAACCTTEERR**88.
  33.  
  34. NNOOTTEESS
  35.      The DDAATTEE and JJDDAATTEE intrinsic functions are outmoded.  Refer to the
  36.      _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _3, for information on
  37.      outmoded features and their preferred standard alternatives.
  38.  
  39.      For both DDAATTEE and JJDDAATTEE, the year will become 00 in the year 2000.
  40.  
  41. SSEEEE AALLSSOO
  42.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  43.      man page.
  44.